﻿.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init*/
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon*/
.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls { /*margin-bottom:20px;*/
    text-align: center;
}

/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 38px;
    height: 74px; /*IE7 life-saver*/
    text-indent: 40px;
    margin-top: -16%;
    z-index: 9;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev { /*background:url(../images/i_pro_left.png) no-repeat;*/
    float: left;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover { /*background:url(../images/i_pro_left_on.png) no-repeat;*/
}

.owl-theme .owl-controls .owl-buttons div.owl-next { /* background:url(../images/i_pro_right.png) no-repeat;*/
    float: right;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover { /*background:url(../images/i_pro_right_on.png) no-repeat;*/
}

/* Clickable class fix problem with hover on touch devices*//* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver*/
    display: none;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 5px; /*filter: Alpha(Opacity=50);opacity: 0.5;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #4cb6ed;
}

/* If PaginationNumbers is true
.owl-theme .owl-controls.clickable .owl-page:hover span*/
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images*/
.owl-item.loading {
    min-height: 150px;
    background: url(../images/ajaxloader.gif) no-repeat center center
}

/*首页手机轮显*/
.flash_div {
    display: none;
    overflow: hidden;
}

#owl-flash {
    text-align: center;
}

#owl-flash.owl-theme .owl-controls {
    bottom: 0px;
    text-align: center;
    position: absolute;
    width: 100%;
}

#owl-flash.owl-theme .owl-controls .owl-pagination {
}

/* Styling Pagination*/
#owl-flash.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver*/
}

#owl-flash.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 5px 5px; /*filter: Alpha(Opacity=50);opacity: 0.5;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/dian.png) no-repeat;
    background-size: 100% 100%;
}

#owl-flash.owl-theme .owl-controls .owl-page.active span {
    background-image: url(../images/dian_on.png);
}

#owl-flash.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 30%;
    width: 100%;
    left: 0;
    height: 0;
    display: none;
}

#owl-flash.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

#owl-flash .item {
    margin: 0px;
}

#owl-flash .item img {
    display: block;
    width: 100%;
    height: 100%;
}

#owl-flash .item dd {
    width: 100%;
}

/*产品中心*/
.owl-demo5 {
    text-align: center;
    margin-bottom: 6%;
    width: 102%;
    margin-left: -1%;
    margin-top: 3%;
}

.owl-demo5.owl-theme .owl-controls {
    bottom: -60px;
    text-align: center;
    position: absolute;
    right: 0%;
    width: 100%;
}

.owl-demo5.owl-theme .owl-controls .owl-pagination {
    height: 40px;
    text-align: center;
    padding-right: 2%;
}

/* Styling Pagination*/
.owl-demo5.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver*/
}

.owl-demo5.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 19px;
    height: 4px;
    margin: 10px 4px; /*filter: Alpha(Opacity=50);opacity: 0.5;*/
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    background: #d1dfda;
    transition: all 0.3s;
    background-size: 100% 100%;
}

.owl-demo5.owl-theme .owl-controls .owl-page.active span {
    background: #196147;
    width: 40px;
}

.owl-demo5.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: -650%;
    width: 100%;
    left: 0;
    height: 0;
    transition: all 0.3s;
    opacity: 0;
    filter: Alpha(opacity=0);
    display: none;
}

.owl-demo5.owl-theme:hover .owl-controls .owl-buttons {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.owl-demo5.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: block;
    zoom: 1;
    *display: block;
    width: 35px;
    height: 68px;
    line-height: 68px; /*IE7 life-saver*/
    text-indent: 160px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.owl-demo5.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-demo5 .item {
    margin: 4%;
}

.owl-demo5 .item img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.owl-demo5 .item dd {
    overflow: hidden;
    text-align: center;
    transition: all 0.3s;
    background: url(../images/i_bg5.png) center top no-repeat;
    background-size: 100% 0;
}

.owl-demo5 .item dd:hover {
    background-size: 100% 100%;
}



.owl-demo5 .item dd:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.owl-demo5 .item dd .h3 {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    transition: all 0.3s;
}

.owl-demo5 .item dd:hover .h3 {
    color: #fff;
}

.owl-demo5 .item dd .p {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
    font-size: 14px;
    transition: all 0.3s;
}

.owl-demo5 .item dd:hover .p {
    color: #fff;
}

.owl-demo5 .item dd .imore1 {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    transition: all 0.3s;
    margin: 0 auto;
    margin-bottom: 32px;
    margin-top: 25px;
    background: url(../images/i_bg4.png) no-repeat;
    background-size: 100% 100%;
}

.owl-demo5 .item dd:hover .imore1 {
    background-image: url(../images/i_bg4_on.png);
}

/*资质证书*/
.owl-demo10 {
    text-align: center;
    margin-bottom: 110px;
    margin-top: 4%;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.owl-demo10.owl-theme .owl-controls {
    bottom: -70px;
    text-align: center;
    position: absolute;
    right: 0%;
    width: 100%;
}

.owl-demo10.owl-theme .owl-controls .owl-pagination {
    height: 40px;
    text-align: center;
    padding-right: 2%;
}

/* Styling Pagination*/
.owl-demo10.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver*/
}

.owl-demo10.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 10px 6px; /*filter: Alpha(Opacity=50);opacity: 0.5;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #dddddd;
    transition: all 0.3s;
}

.owl-demo10.owl-theme .owl-controls .owl-page.active span {
    background: #0952ae; /* -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;*/
}

.owl-demo10.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: -650%;
    width: 100%;
    left: 0;
    height: 0;
    transition: all 0.3s;
    opacity: 0;
    filter: Alpha(opacity=0);
}

/*.owl-demo10.owl-theme:hover .owl-controls .owl-buttons{opacity:1.0;filter:Alpha(opacity=100);}*/
.owl-demo10.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: block;
    zoom: 1;
    *display: block;
    width: 35px;
    height: 68px;
    line-height: 68px; /*IE7 life-saver*/
    text-indent: 160px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(../images/i_left.png) no-repeat;
    margin-left: 0.5%;
    margin-top: 0;
    background-size: 100% 100%;
}

.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev:hover { /*opacity:0.6;filter:Alpha(opacity=60);*/
    background-image: url(../images/i_left_on.png);
}

.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../images/i_right.png) no-repeat;
    margin-right: 0.5%;
    margin-top: 0;
    background-size: 100% 100%;
}

.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background-image: url(../images/i_right_on.png);
}

.owl-demo10.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-demo10 .item {
    margin: 0 0%;
}

.owl-demo10 .item dd {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.owl-demo10 .item dd:after {
    width: 0;
    position: absolute;
    content: "";
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: #0952ae;
    transition: all 0.6s;
    z-index: 1;
}

.owl-demo10 .item dd:hover:after {
    width: 100%;
    left: 0;
    right: 0;
}

.owl-demo10 .item dd .imgs {
    overflow: hidden;
    max-width: 220px;
    margin: 0 auto;
    width: 90%;
    margin-top: 8%;
    margin-bottom: 7%;
    position: relative;
    height: 306px;
}

/*.owl-demo10 .item:hover dd{-webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.2); box-shadow: 0 5px 25px rgba(0,0,0,0.2); z-index:1; position:relative;}*/
.owl-demo10 .item dd .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.owl-demo10 .item dd:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.owl-demo10 .item dd .h3 {
    font-weight: normal;
    text-align: center;
    height: 40px;
    line-height: 20px;
    overflow: hidden; /*white-space:nowrap;text-overflow:ellipsis;*/
    font-size: 14px;
    color: #333;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 4%;
}

.owl-demo10 .item dd:hover .h3 {
    color: #0952ae;
}

/*产品详细图*/
.owl-demo8.owl-carousel .owl-wrapper-outer { /*padding-top:10px; padding-bottom:6px;*/
}

.owl-demo8 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

/* Styling Next and Prev buttons*/
.owl-demo8.owl-theme .owl-controls { /* bottom:60%;*/
    height: 0;
    bottom: 0px;
}

.owl-demo8.owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.owl-demo8.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    bottom: 50%;
    width: 100%;
    left: 0;
    height: 0;
}

.owl-demo8.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 30px; /*IE7 life-saver*/
    text-indent: 60px;
    font-size: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: -15px;
}

.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(../images/left.png) center center no-repeat;
    float: left;
    background-size: 100% 100%;
    margin-left: 3%;
}

.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    transition: all 0.3s;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    background-image: url(../images/left_on.png);
    background-size: 100% 100%;
}

.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../images/right.png) center center no-repeat;
    float: right;
    background-size: 100% 100%;
    margin-right: 3%;
}

.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    transition: all 0.3s;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    background-image: url(../images/right_on.png);
    background-size: 100% 100%;
}

.owl-demo8.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver*/
}

.owl-demo8.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 5px 4px; /*filter: Alpha(Opacity=50);opacity: 0.5;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #dddddd;
    background-size: 100% 100%;
}

.owl-demo8.owl-theme .owl-controls .owl-page.active span {
    background: #3bb641;
}

.owl-demo8 .item {
    margin: 0 0%;
}

.owl-demo8 .item img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.owl-demo8 .item dd {
    text-align: center;
}

.owl-demo8 .item dd .imgs {
    overflow: hidden;
}

.owl-demo8 .item dd:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

@media screen and (max-width: 1560px) {
    /*产品中心*/
    .owl-demo5 .item dd .imgs {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 1300px) {
    /*资质证书*/
    .owl-demo10 .item dd .imgs {
        padding-top: 125%;
        height: auto;
    }

}

@media screen and (max-width: 1200px) {
    /*产品中心*/
    .owl-demo5 .item dd .imgs {
        width: 190px;
        height: 190px;
    }

    /*资质证书*/
    .owl-demo10 .item dd .imgs {
        padding-top: 0;
        height: 306px;
    }
}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 960px) {
    /*产品中心*/
    .owl-demo5 .item dd .imgs {
        width: 180px;
        height: 180px;
    }

    /*资质证书*/
    .owl-demo10 .item dd .imgs {
        padding-top: 125%;
        height: auto;
    }
}

@media screen and (max-width: 780px) {
    /*首页手机轮显*/
    #a1portalSkin_ctr211899211899_mainArea {
        display: none;
    }

    .flash_div {
        display: block;
    }

    /*资质证书*/
    .owl-demo10 .item dd .h3 {
        font-size: 13px;
    }
}

@media screen and (max-width: 640px) {
    /*产品中心*/
    .owl-demo5 .item dd .imgs {
        width: 150px;
        height: 150px;
    }

    .owl-demo5 .item dd .p {
        font-size: 13px;
    }

    /*产品详细图*/
    .owl-demo8.owl-theme .owl-controls .owl-buttons div {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}

@media screen and (max-width: 480px) {
    /*产品中心*/
    .owl-demo5 {
        margin-top: 4%;
    }

    .owl-demo5 .item dd .imgs {
        width: 130px;
        height: 130px;
    }

    .owl-demo5 .item dd .h3 {
        margin-top: 13px;
    }

    .owl-demo5 .item dd .p {
        font-size: 12px;
    }

    .owl-demo5 .item dd .imore1 {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    /*资质证书*/
    .owl-demo10 {
        margin-bottom: 90px;
    }

    .owl-demo10 .item dd .h3 {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
    }
}

@media screen and (max-width: 380px) {
    /*产品中心*/
    .owl-demo5 .item dd .imgs {
        width: 120px;
        height: 120px;
    }

}
